Crate zng_txt

source ·
Expand description

String type optimized for sharing.

§Crate

This crate is part of the zng project.

Macros§

Structs§

  • Text string type, can be one of multiple internal representations, mostly optimized for sharing and one for editing.

Enums§

  • Identifies how a Txt is currently storing the string data.

Traits§

  • A trait for converting a value to a Txt.